Uses of Class
org.eclipse.vtp.framework.interactions.voice.vxml.FormElement

Packages that use FormElement
org.eclipse.vtp.framework.interactions.voice.vxml   
 

Uses of FormElement in org.eclipse.vtp.framework.interactions.voice.vxml
 

Subclasses of FormElement in org.eclipse.vtp.framework.interactions.voice.vxml
 class Block
          The Block element is used to encapsulate an arbitrary set of actions to be executed during the processing of a VXML Form.
 class Field
          The Field class represents the <field> VXML element.
 class Recording
          The Recording class represents the <record> VXML element.
 class Subdialog
          The Subdialog class represents the <subdialog> VXML element.
 class Transfer
          The Transfer class represents the <transfer> VXML element.
 

Methods in org.eclipse.vtp.framework.interactions.voice.vxml with parameters of type FormElement
 void Form.addFormElement(FormElement formElement)
          Adds the specified form element to this form.
 void Form.removeFormElement(FormElement formElement)
          Removes the specified form element from this form.